home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 507 b | 28 lines | [TEXT/ScoM] |
- ; tutorial example 2 - mctest2
-
- (setq symbols '(a b c d e f g))
-
- (def-symbol
- test1 symbols
- test2 symbols
- test3 symbols
- test4 symbols
- )
-
- (def-length
- default '1/16
- )
-
- (setq tonals (activate-tonality (chromatic c 6) (blues1 c 4)))
-
- (compile-song-p "ccl;output:" 1/4 "part2"
-
- ; |---|---|---|---|
- changes tonals " ... .. ... "
- test1 changes "- - -- - --- --"
- test2 changes " - -- -- -- ---"
- test3 changes " - -- -- -- -"
- test4 changes " - -- -----"
- )
-
-